home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5256 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: xnet.com!kd9fb
  2. From: kd9fb@xnet.com (Peter Mikalajunas)
  3. Newsgroups: comp.ai.fuzzy,comp.lang.basic.visual.misc,comp.lang.c++
  4. Subject: Re: VB, VC++, and Fuzzy Logic
  5. Date: Sat, 3 Feb 1996 03:03:42 LOCAL
  6. Organization: xnet.com
  7. Message-ID: <kd9fb.31.003E8132@xnet.com>
  8. References: <4eh77s$5i@news.uncc.edu>
  9. NNTP-Posting-Host: cyclone.xnet.com
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #4]
  11.  
  12. In article <4eh77s$5i@news.uncc.edu> ihabed@uncc.edu (Ibrahim H Abed) writes:
  13.  
  14. >I'm interested in designing a program for my senior project that is basically
  15. >stock market analysis which will generate a buy/sell/hold signal.  It has to
  16. >have a graphical interface.  Initially, I was going to do it in Visual C++
  17. >because C++ classes lend themselves quite nicely to fuzzy membership functions.
  18. >However, I'm having difficulty using Visual C++ (too unwieldy at my level).  I'm
  19. >hoping to port everything to Visual Basic because of the ease of designing an 
  20. >interface. Has anyone done any fuzzy logic programming in VB and if so any 
  21. >pointers/free source code/etc?  I'll also be putting sample stock data in Access
  22. >which VB can access (:).  Anyone know if VB can be linked with C++ routines at all, 
  23. >perhaps saving me some trouble.  Any help would be greatly appreciated.
  24.  
  25.  
  26. If all you need is fuzzy logic then use a series of select 
  27. statements.  However, from the sound of the project, you 
  28. may eventually need a neural net.  Why not write the meat
  29. in C++ and compile to a DLL.  Do the interface in VB.
  30.  
  31.  
  32.  
  33.  Peter Mikalajunas
  34.  kd9fb@xnet.com
  35.  http://www.xnet.com/~kd9fb
  36.  
  37.